C1.DataCollection.EntityFrameworkCore Assembly / C1.DataCollection.EntityFrameworkCore Namespace / C1EntityFrameworkCoreVirtualDataCollection<T> Class / CollectionChanged Event

CollectionChanged Event (C1EntityFrameworkCoreVirtualDataCollection<T>)
Occurs after the collection changed.
Syntax
'Declaration
 
Public Event CollectionChanged As NotifyCollectionChangedEventHandler
 
Event Data

The event handler receives an argument of type NotifyCollectionChangedEventArgs containing data related to this event. The following NotifyCollectionChangedEventArgs properties provide information specific to this event.

PropertyDescription
 
 
 
 
 
See Also